body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
	margin: 0;
	padding: 0
}

ul,
li,
ol,
dl,
dt,
dd {
	list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

fieldset,
img {
	border: 0
}

caption,
th {
	text-align: left
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

input,
textarea,
select {
	*font-size: 100%
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

html,
body {
	font-family: "arial", 'Microsoft Yahei';
	*font-family: "微软雅黑";
	*font-family: "Microsoft Yahei";
	color: #666;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

img {
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}

body {
	position: relative;
	min-width: 1200px;
}

.clear {
	clear: both;
}

.after:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*编辑器*/

.text {
	font-size: 14px;
	color: #666;
	line-height: 2em;
	word-wrap: break-word;
	word-break: normal;
}

.text:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.text * {
	max-width: 100% !important;
}


/*********************************/

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/* 公共头部 */

.header {
	height: 80px;
}

.header>div {
	position: relative;
	padding-right: 70px;
}

.header .logo {
	padding-top: 22px;
}

.header .logo img {
	height: 36px;
	height: auto;
}

.header .pubNav li {
	float: left;
	margin: 0 20px;
	line-height: 80px;
	position: relative;
}

.header .pubNav li>a {
	display: block;
	font-size: 16px;
	color: #666666;
	padding: 0 5px;
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.header .pubNav li>a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background: #AB1E24;
	left: 0;
	bottom: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.header .pubNav li.on>a,
.header .pubNav li:hover>a {
	color: #ab1e24;
}

.header .pubNav li.on>a:before,
.header .pubNav li:hover>a:before {
	width: 100%;
}

.header .pubNav li dl {
	position: absolute;
	top: 80px;
	left: -25%;
	width: 150%;
	font-size: 14px;
	text-align: center;
	z-index: 9999;
	line-height: 40px;
	/*display: none;*/
	opacity: 0;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	background: rgba(255, 255, 255, .5);
	transition: all .3s;
	-webkit-transition: all .3s;
}

.header .pubNav li:hover dl {
	opacity: 1;
	visibility: visible;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.header .pubNav li dl dd a {
	display: block;
	width: 100%;
	height: 100%;
}

.header .pubNav li dl dd:hover a {
	color: #ab1e24;
}

.header .searchForm {
	font-size: 0;
	height: 40px;
	width: auto;
	position: absolute;
	right: 0;
	top: 20px;
	border-radius: 40px;
	border: 1px solid #ddd;
	line-height: 38px;
	overflow: hidden;
	background: #fff;
}

.header .searchForm .s_btn {
	width: 40px;
	height: 40px;
	display: inline-block;
	background-color: #AB1E24;
	background-image: url(../images/a2.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 40px;
	cursor: pointer;
	vertical-align: middle;
}

.header .searchForm input {
	height: 36px;
	vertical-align: middle;
	background: #fff;
	border: 0;
	font-size: 16px;
	color: #333;
	width: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	outline: 0;
}

.header .searchForm.on input.key13 {
	width: 220px;
	padding: 0 10px;
}


/*首页banner*/

.indeXBanner {
	width: 100%;
	position: relative;
}

.indeXBanner .swiper-slide {
	line-height: 300px;
	font-size: 36px;
	text-align: center;
}

.indeXBanner .swiper-slide .lban {
	width: 100%;
	position: relative;
	padding-top: 36.45%;
}

.indeXBanner .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 6%;
	width: 100%;
	z-index: 999;
}

.indeXBanner .swiper-pagination-switch {
	display: inline-block;
	width: 40px;
	height: 6px;
	border-radius: 3px;
	background: #fff;
	opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	margin: 0 5px;
	cursor: pointer;
}

.indeXBanner .swiper-active-switch {
	background: #fff;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.indeXBanner img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}


/*关于好利*/

.about_hl {
	width: 100%;
	background: url(../images/bg1.jpg) center bottom no-repeat;
	background-size: 100%;
	padding-top: 50px;
	padding-bottom: 64px;
}

.pb_tit {
	width: 100%;
	text-align: center;
}

.pb_tit p {
	text-transform: uppercase;
	font-size: 30px;
	color: #dddddd;
	position: relative;
}

.pb_tit p:after {
	content: "";
	width: 30px;
	height: 1px;
	background: #ab1f25;
	display: block;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -15px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.pb_tit h1 {
	font-weight: normal;
	font-size: 30px;
	color: #333333;
	padding-top: 50px;
}

.about_left {
	width: 630px;
}

.able_A {
	width: 100%;
	margin-top: 50px;
}

.able_A p {
	font-size: 14px;
	line-height: 2em;
	color: #666;
	height: 8em;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	display: -webkit-box;
	/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 4;
	/*限制显示的文本行数*/
	-webkit-box-orient: vertical;
	/*设置或检索伸缩盒对象的子元素的排列方式 */
}

.more {
	width: 140px;
	height: 45px;
	margin-top: 40px;
	border: #ab1e24 1px solid;
	color: #ab1e24;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.more:hover,
.more:focus,
.more:active {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.more:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ab1e24;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.more:hover,
.more:focus,
.more:active {
	color: #fff
}

.more:hover:before,
.more:focus:before,
.more:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.able_B {
	width: 100%;
	margin-top: 45px;
}

.able_B ul {
	width: 100%;
	font-size: 0;
	border: #dddddd 1px solid;
}

.able_B ul li {
	width: 33.33333%;
	height: 150px;
	border-left: #dddddd 1px solid;
	display: inline-block;
	vertical-align: middle;
}

.able_B ul li:first-child {
	border-left: 0;
}

.able_B ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.able_B ul li div {
	width: 100%;
	height: 100%;
	display: table;
}

.able_B ul li div p {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.able_B ul li div p span {
	font-size: 18px;
	color: #666666;
	display: block;
	margin-top: 18px;
}

.able_B ul li img {
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.able_B ul li:hover img {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

.about_right {
	width: 550px;
	height: 386px;
	margin-top: 50px;
}

.index_pro {
	width: 100%;
	height: 780px;
	background-image: url(../images/bg2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	padding-top: 67px;
}

.pb_tit2 p {
	color: #fff;
}

.pb_tit2 p:after {
	background: #fff;
}

.pb_tit2 h1 {
	color: #fff;
}

.pro_name {
	text-align: center;
	margin-top: 38px;
}
.pro_name .swiper-container {
  width: 100%;
  height: 38px;
  color: #fff;
  text-align: center;
}
.pro_name .swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}
.pro_name .swiper-slide p {
  font-style: italic;
  font-size: 25px;
}
.pro_name span {
	font-size: 18px;
	color: #fff;
	margin: 0 30px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor:move ;
}
.pro_name .swiper-slide.on span:after{
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	bottom: -14px;	
}
.pro_name span.on:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	bottom: -14px;
}

.pro_lb {
	width: 1226px;
	margin-left: -13px;
	position: relative;
	margin-top: 46px;
}

.pro_lb .arrow-left {
	background: url(../images/arrows-left.png) no-repeat left top;
	position: absolute;
	left: -47px;
	top: 91px;
	width: 30px;
	height: 50px;
}

.pro_lb .arrow-right {
	background: url(../images/arrows-right.png) no-repeat left bottom;
	position: absolute;
	right: -47px;
	top: 91px;
	width: 30px;
	height: 50px;
}

.pro_lb .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.pro_li {
	width: 100%;
	padding: 0 13px;
}

.pro_li p {
	width: 100%;
	position: relative;
	padding-top: 100%;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.pro_li p img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.pro_li span {
	font-size: 16px;
	color: #333;
	display: block;
	text-align: center;
	padding-top: 25px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro_li:hover p {
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.pro_li:hover span {
	color: #ab1e24;
}

.pro_more {
	width: 140px;
	margin: 0 auto;
	margin-top: 10px;
}

.zzry {
	width: 100%;
	padding-top: 80px;
}

.zzry_a {
	margin-top: 40px;
	width: 100%;
	height: 460px;
	padding-top: 80px;
	background: url(../images/bg3.jpg) center no-repeat;
}

.zzry_lb {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.zzry_lb .arrow-left {
	background: url(../images/arrows-left.png) no-repeat left top;
	position: absolute;
	left: -47px;
	top: 50%;
	margin-top: -25px;
	width: 30px;
	height: 50px;
}

.zzry_lb .arrow-right {
	background: url(../images/arrows-right.png) no-repeat left bottom;
	position: absolute;
	right: -47px;
	top: 50%;
	margin-top: -25px;
	width: 30px;
	height: 50px;
}

.zzry_box {
	width: 100%;
	/*padding: 0 60px;*/
}

.zzry_lb .swiper-slide-active .zzry_li {
	border-bottom: #ab1e24 2px solid;
}

.zzry_li {
	height: 300px;
	width: 265px;
	background: #fff;
	margin: 0 auto;
}

.zzry_liimg {
	width: 100%;
	height: 250px;
	display: table;
	text-align: center;
}

.zzry_liimg p {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.zzry_liimg p img {
	display: block;
	margin: 0 auto;
	max-height: 235px;
	max-width: 90%;
}

.zzry_litext {
	font-size: 14px;
	color: #333;
	text-align: center;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
}

.index_news {
	padding-top: 80px;
	padding-bottom: 98px;
}

.news_tab {
	width: 100%;
	font-size: 0;
	text-align: center;
	margin-top: 38px;
}

.news_tab span {
	font-size: 18px;
	color: #333;
	height: 33px;
	display: inline-block;
	vertical-align: top;
	margin: 0 40px;
	cursor: pointer;
}

.news_tab span.on {
	color: #AB1F24;
	border-bottom: #AB1E24 1px solid;
}

.index_newsli {
	display: none;
	padding-top: 50px;
	min-height: 330px;
}

.show {
	display: block;
}

.newsliA {
	width: 100%;
	padding-bottom: 10px;
}

.newsliA_img {
	width: 480px;
	height: 320px;
	position: relative;
	overflow: hidden;
}

.newsliA_img a {
	display: block;
	width: 100%;
	height: 100%;
}

.newsliA_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 6;
	-webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.newsliA_img:hover img{
	transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);
	-webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}

.newsliA_img p {
	width: 100%;
	height: 154px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 19;
	background: url(../images/a5.png) bottom center no-repeat;
	background-size: 100%;
	padding: 0 20px;
	padding-top: 90px;
}

.newsliA_img p span {
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;
}

.newsliA_img p b {
	font-weight: normal;
	display: block;
	font-size: 14px;
	color: #fff;
	padding-top: 10px;
}

.newsliA_li {
	width: 690px;
	height: 320px;
	/*overflow-x: hidden;
	overflow-y: auto;*/
}

.newsliA_li ul {
	width: 100%;
	height: 100%;
}

.newsliA_li ul li {
	width: 100%;
	border-bottom: #dddddd 1px dashed;
	padding: 20px 30px;
	position: relative;
}

.newsliA_li ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}

.news_tia {
	width: 90px;
	display: inline-block;
	vertical-align: middle;
}

.news_tia b {
	font-weight: normal;
	font-size: 24px;
	color: #666;
	display: block;
}

.news_tia span {
	font-size: 16px;
	color: #666;
	display: block;
	margin-top: 20px;
}

.news_tib {
	width: 540px;
	display: inline-block;
	vertical-align: middle;
}

.news_tib h1 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_tib p {
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsliA_li ul li:hover .news_tia b,
.newsliA_li ul li:hover .news_tia span,
.newsliA_li ul li:hover .news_tib h1,
.newsliA_li ul li:hover .news_tib p {
	color: #AB1E24;
}

.newsliA_li ul li:hover:after {
	content: "";
	width: 2px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: #AB1E24;
}

.footer {
	width: 100%;
	background: #373737;
	padding: 45px 0;
}

.foot {
	font-size: 0;
}

.foot_left {
	width: 550px;
	display: inline-block;
	vertical-align: top;
}

.foot_left ul {
	width: 100%;
	display: table;
	position: relative;
}

.foot_left ul:after {
	content: "";
	width: 1px;
	height: 130px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -65px;
	background: #4e4e4e;
}

.foot_left ul li {
	display: table-cell;
	vertical-align: top;
	width: 25%;
	position: relative;
}

.foot_left ul li h1 {
	font-weight: normal;
	font-size: 16px;
	color: #cccccc;
	margin-bottom: 25px;
}

.foot_left ul li a {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #999;
	line-height: 36px;
}

.foot_left ul li p {
	width: 100%;
	font-size: 0;
    height: 108px;
    position: relative;
    overflow: hidden;
}
.foot_left ul li i.jt{
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: -24px;
	left: 50%;
	background: url(../images/jt.png) center no-repeat;
	background-size:100%;
	margin-left: -47px;
	cursor: pointer;
}
.foot_left ul li i.jtz{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}
.heightauto{
	height: auto !important;
}
.foot_left ul li p a {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.foot_left ul li a:hover{
	color: #fff;
}
.foot_center {
	width: 520px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	padding-left: 78px;
}

.foot_center h1 {
	font-weight: normal;
	font-size: 16px;
	color: #cccccc;
	margin-bottom: 25px;
}

.foot_center p {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #999;
	line-height: 36px;
}

.foot_right {
	width: 120px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}

.foot_right img {
	width: 100%;
	display: block;
}

.foot_right span {
	font-size: 12px;
	color: #999;
	display: block;
	padding-top: 18px;
	text-align: center;
}

.bottom {
	width: 100%;
	height: 40px;
	background: #2e2e2e;
}

.bottom_jz {
	position: relative;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #999;
}

.bottom_jz p {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	color: #999;
}

.bottom_jz p a {
	font-size: 12px;
	color: #999;
}

.bottom_jz p.right {
	right: 0;
	left: auto;
}


/*右漂浮*/

.floatNav {
	display: none;
}

.floatNav {
	width: 67px;
	position: fixed;
	right: 0;
	bottom: 200px;
	z-index: 9999;
}

.floatNav ul {
	list-style: none;
	padding: 0;
	border-top: #dddddd 1px solid;
}

.floatNav li {
	clear: both;
	width: 67px;
	height: 67px;
	position: relative;
	list-style: none;
}

.floatNav li i {
	position: absolute;
	right: -270px;
	top: 0;
	z-index: -1;
	display: block;
	width: 270px;
	height: 67px;
	background-color: #fff;
	font-size: 26px;
	line-height: 67px;
	padding-left: 20px;
	border: #dddddd 1px solid;
	color: #999;
	height: 134px;
    text-align: left;
    padding-right: 64px;
}

.floatNav li a {
	display: block;
	width: 67px;
	height: 67px;
	background-repeat: no-repeat;
	border-left: #dddddd 1px solid;
	background-image: url(../images/y2.png);
	background-position: center 9px; 
	position: relative;
	background-color: #fff;
}
.floatNav li a span{
	font-size: 14px;
	color: #999;
	display: block;
	width: 100%;
	padding-top: 8px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 9px;
}
.floatNav li a:hover {
	background-color: #ab1e24
}
.floatNav li a:hover span{
	color: #fff;
}
.floatNav li a:hover a{
	background-repeat: no-repeat;
	background-image: url(../images/y2h.png);
	background-position: center 9px; 
}
.floatNav li.n4 {
	display: none;
}
.floatNav li.n1{
	display: none;
}
.floatNav li.n1 a {
	background-repeat: no-repeat;
	background-image: url(../images/y2.png);
	background-position: center 9px; 
}
.floatNav li.n1 a:hover {
	background-repeat: no-repeat;
	background-image: url(../images/y2h.png);
	background-position: center 9px; 
}

.floatNav li.n2 a {
	background-repeat: no-repeat;
	border-left: #dddddd 1px solid;
	background-image: url(../images/y2.png);
	background-position: center 9px; 
}
.floatNav li.n2 a:hover{
	background-repeat: no-repeat;
	background-image: url(../images/y2h.png);
	background-position: center 9px; 
}
.floatNav li.n3 a:hover{
	background-repeat: no-repeat;
	background-image: url(../images/y3h.png);
	background-position: center 9px; 
}
.floatNav li.n3 a {
	background-repeat: no-repeat;
	border-left: #dddddd 1px solid;
	background-image: url(../images/y3.png);
	background-position: center 9px;
	border-bottom: #dddddd 1px solid;
}
.floatNav li.n4{
    margin-top: 20px;
}
.floatNav li.n4 a {
	background-repeat: no-repeat;
	border-left: #dddddd 1px solid;
	background-image: url(../images/y4.png);
	background-position: center 12px;
	border-top: #dddddd 1px solid;
	border-bottom: #dddddd 1px solid; 
}
.floatNav li.n4 a:hover{
	background-repeat: no-repeat;
	background-image: url(../images/y4h.png);
	background-position: center 12px; 
}
.floatNav li.n3 em {
	display: block;
	width: 148px;
	height: 147px;
	border: #dddddd 1px solid;
	position: absolute;
	left: -148px;
	top: -40px;
	display: none
}
.floatNav li.n3 em img{
	width: 100%;
}

.floatNav li.on.n3 em {
	display: block
}

.qq_img {
	widht: 80px;
	height: 100%;
	float: left;
}

.qq_img a {
	display: block;
	width: 80px;
	height: 100%;
	background: none !important;
	text-align: center;
}
/*产品列表页*/
.nybanner{
	width: 100%;
	position: relative;
	height: 300px;
}
.nybanner img{
	width: 1920px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.pro_list{
	margin-top: 40px;
}
.pub_left{
	width: 180px;
	margin-bottom: 10px;
}
.pubLeft_tit{
	width: 100%;
	position: relative;
}
.pubLeft_tit h1{
	font-size: 24px;
	color: #ab1e24;
	line-height: 30px;
	text-transform: uppercase;
}
.pubLeft_tit span{
	font-size: 18px;
	color: #333333;
	display: block;
	margin-top: 10px;
}
.pubLeft_tit:after{
	content: "";
	height: 1px;
	background: #eeeeee;
	width: 2000px;
	display: block;
	position: absolute;
	right: 0;
	bottom: -23px;
	z-index: 7;
}
.pubLeft_tit:before{
	content: "";
	width: 20px;
	height: 2px;
	background: #dddddd;
	display: block;
	position: absolute;
	right: 0;
	bottom: -24px;
	z-index: 9;
}
.pubLeft_li{
	width: 100%;
	margin-top: 46px;
}
.pubLeft_li h1{
	text-align: center;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: relative;
	border: #e5e5e5 1px solid;
	border-bottom: 0;
	background: url(../images/le1.jpg) 23px center no-repeat;
}

.pubLeft_li h1 span{
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	line-height: 60px;
	display: block;
}
.pubLeft_li ul{
	width: 100%;
	border: #e5e5e5 1px solid;
}
.pubLeft_li ul li{
	cursor: pointer;
	width: 100%;
	border-bottom: #e5e5e5 1px solid;
}
.pubLeft_li ul li h1{
	border-bottom: #e5e5e5 1px solid;
	border: 0;
}

.pubLeft_li ul li dl{
	width: 100%;
	padding:10px 0;
	display: none
}
.pubLeft_li ul li dl dd{
	width: 100%;
}
.pubLeft_li ul li dl dd a{
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	
}
.pubLeft_li ul li h1{
	border-bottom:#e5e5e5 1px solid;
	background:url(../images/le2.png) 23px center no-repeat;
}
.pubLeft_li ul li.wu_ac h1{
	background:url(../images/le1.jpg) 23px center no-repeat;
    color: #999999;
}
.pubLeft_li ul li.wu_ac h1 span{
	color: #666;
}
.pubLeft_li ul li.on h1{
	background:url(../images/le3.jpg) 23px center no-repeat #ab1e24;
	color: #fff;
}
.pubLeft_li ul li.on h1 span{
	color: #fff;
}
.pubLeft_li ul li.on dl{
	display: block;
}
.pubLeft_li ul li dl dd:hover a{
	color: #AB1E24;
}
.pubLeft_li ul li dl dd.on a{
	color: #AB1E24;
}
.pub_cus{
	width: 100%;
	margin-top: 40px;
}
.pub_cus h1{
	width: 100%;
	border-bottom: #eeeeee 1px solid;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	height: 37px;
}
.pub_cus ul{
	width: 100%;
}
.pub_cus ul li{
	width: 100%;
	position: relative;
	padding: 20px 0;
	padding-left: 44px;
	font-size: 13px;
	line-height: 30px;
	color: #999999;
	border-bottom: #eeeeee 1px solid;
	background: url(../images/le4.png) left 20px no-repeat;
	
}
.pub_cus ul li.p2{
	background: url(../images/le5.png) left 20px no-repeat;
}
.pub_cus ul li.p3{
	background: url(../images/le6.png) left 20px no-repeat;
}

.pub_right{
	width: 940px;
	min-height: 600px;
}
.brenav{
	width: 100%;
	height: 60px;
	line-height: 60px;
	position: relative;
	border-bottom: #AB1E24 2px solid;
	padding-left: 25px;
	font-size: 16px;
	color: #999;
}
.brenav:after{
	content: "";
	width: 4px;
	height: 16px;
	background: #AB1E24;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
}
.brenav a{
	font-size: 16px;
	color: #999;
	padding: 0 5px;
}
.brenav a:hover{
	color: #AB1E24;
}
.list_prodect{
	width: 100%;
}
.list_prodect ul{
	width: 1000px;
	font-size: 0;
	margin-top: 10px;
}
.list_prodect ul li{
	font-size: 14px;
	width: 280px;
	margin-right: 50px;
	display: inline-block;
	vertical-align: top;
	margin-top: 55px;
}
.list_prodect ul li a{
	width: 100%;
	height: 100%;
	display: block;
}
.proli_img{
	width: 100%;
	height: 280px;
	border: #eeeeee 1px solid;
	display: table;
	text-align: center;
	 -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.proli_img p{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.proli_img p img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	max-height: 100%;
}
.proli_tit{
	font-size: 16px;
	color: #333;
	text-align: center;
	padding-top: 30px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	 -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.list_prodect ul li:hover .proli_img{
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	 -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.list_prodect ul li:hover .proli_tit{
	color: #AB1E24
}
.page {
	padding-top: 20px;
	margin-top: 60px;
	margin-bottom: 90px;
}

.page_na {
	font-size: 0;
	margin: 0 auto;
	text-align: center;
}

.page_na li {
	display: inline-block;
	margin: 0 4px;
}

.page_na li a {
	position: relative;
	padding: 0px;
	font-size: 14px;
	margin: 0;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	color: #666666;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left: none;
	border: #d7d7d7 1px solid;
}
.page_na li.yema a {
	width: 80px;
}
.page_na li.active a {
	background: #ab1e24;
	color: #fff;
	border: #ab1e24 1px solid;
}
.page_na li:hover a{
	background: #ab1e24;
	color: #fff;
	border: #ab1e24 1px solid;
}
.page_na li span{
	font-size:14px;
	color:#1e1e1e;
	letter-spacing:2px;
	line-height: 36px;
	padding: 0 15px;
}
.page_na li i{
	font-style: normal;
	font-size:14px;
	color:#1e1e1e;
	letter-spacing:2px;
	line-height: 36px;
	padding: 0 5px;	
}
.page_na li input{
	border: #ddd 1px solid;
	outline: none;
	background: none;
	color: #123fad;
	width: 36px;
	height: 36px;
	font-size: 14px;
	text-align: center;
}
.page_na li button{
	width: 53px;
    height: 36px;
	font-size: 14px;
	 color:#1e1e1e;
	 letter-spacing:2px;
	 cursor:pointer;
	 border: #ddd 1px solid;
	outline: none;
	background: none;
	text-align: center;
}
.jituan_js{
	width: 100%;
	margin-top: 50px;
	
}
.jituan_js p{
	font-size: 16px;
	line-height: 36px;
	color: #666;
}
.jituan_js img.jsimg{
	margin-left: 53px;
	margin-bottom: 31px;
}
.qiyewenhua{
	width: 100%;
	margin-top: 50px;
	font-size: 16px;
	line-height: 36px;
	color: #666;
}
.qiyewenhua img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.qy_zizhi{
	width: 970px;
	margin-left: -30px;
	padding-top: 57px;
}
.zizhi_hx{
	width: 100%;
	background: url(../images/zbg.png) center bottom no-repeat;
	background-size: 100% auto;
	margin-top: 13px;
}
.zizhi_hx ul{
	width: 100%;
	font-size: 0;
	padding-bottom: 70px;
	padding-left: 67px;
}
.zizhi_hx ul li{
	width: 247px;
	height: 175px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 16px;
}
.zizhi_hx ul li img{
	width: 100%;
	height: 100%;
}
.zizhi_sx{
	width: 100%;
	background: url(../images/zbg.png) center bottom no-repeat;
	background-size: 100% auto;
	margin-top: 13px;
}
.zizhi_sx ul{
	width: 100%;
	font-size: 0;
	padding-bottom: 70px;
	padding-left: 15px;
}
.zizhi_sx ul li{
	width: 177px;
	height: 247px;
	display: inline-block;
	vertical-align: top;
	margin: 0 68px;
}
.zizhi_sx ul li img{
	width: 100%;
}
.ditu_zgs{
	width: 100%;
	height: 723px;
	background: url(../images/ditu_03.png) center no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.ditu_li{
	width: 40px;
	height: 50px;
	background: url(../images/dian.png) top center no-repeat;
	position: absolute;
	cursor: pointer;
}
.dituliA{
	width: 100%;
	font-size: 18px;
	color: #ab1e24;
	padding-top: 13px;
}
.dituliB{
	width: 318px;
	background: #fff;
	background: rgba(255,255,255,.9);
	padding: 34px 26px;
	text-align: center;
	position: absolute;
	left: -344px;
	top: -160px;
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.dituliB ul{
	width: 100%;
	position: relative;
}
.dituliB ul:after{
	content: "";
	width: 26px;
	height: 34px;
	display: block;
	position: absolute;
	top: 50%;
	right: -52px;
	margin-top: -16px;
	z-index: 999;
	background: url(../images/jiao.png) center no-repeat;
}
.dituliB ul li{
	width: 100%;
	line-height: 36px;
}
.dituliB ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #666;
}
.dituliB ul li a:hover{
	color: #AB1E24;
}
.ditu_li:hover .dituliB{
	opacity: 1;
	visibility: visible;
}
.houma{
	/*top: 380px;
	right: 345px;*/
	top: 294px;
	right: 297px;
}
.beijing{
	top: 262px;
	right:276px;
	height: 35px;
	background: url(../images/xing.png) bottom center no-repeat;
}
.beijing .dituliA{
	padding-top: 0px;
	padding-bottom: 17px;
}
.shanghai{
	top: 430px;
	right:158px;
	width: 53px;
	height: 18px;
	text-align: right;
	background: url(../images/dian.png) left center no-repeat;
}
.shanghai .dituliA{
	padding-top: 0px;
	padding-bottom: 17px;
}
.haiwai{
	top: 550px;
	right:40px;
	width: 53px;
	height: 18px;
	text-align: right;
	background: url(../images/dian.png) left center no-repeat;
}
.haiwai .dituliA{
	padding-top: 0px;
	padding-bottom: 17px;
}
.shanxi{
	top: 360px;
	right: 299px;
	width: 53px;
	height: 18px;
	text-align: right;
	background: url(../images/dian.png) left center no-repeat;
}
.shanxi .dituliA{
	padding-top: 0px;
	padding-bottom: 17px;
}
/*联系我们*/
.con_us{
	width: 100%;
	margin-top: 35px;
}
.con_map{
	width: 100%;
	height: 295px;
}
.con_list{
	width: 100%;
}
.con_list ul{
	width: 100%;
    font-size: 0;
    margin-top: 24px;
    margin-bottom: 100px;
}
.con_list ul li{
	width: 635px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 68px;
	font-size: 18px;
	color: #666666;
	line-height: 46px;
	margin-top: 45px;
}
.con_list ul li img{
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	left: 0;
}
.con_list ul li.even{
	width: 305px;
}
.khfw{
	width: 100%;
}
.kh_input{
	width: 100%;
	font-size: 0;
	margin-top: 64px;
}
.kh_input select.select{
	width: 300px;
	height: 60px;
	border: #e5e5e5 1px solid;
	font-size: 16px;
	color: #333;
	padding: 0 25px;
	outline: none;
	display: inline-block;
	vertical-align: top;
}
.kh_input select.select option{
	width: 100%;
	line-height: 45px;
	height: 45px;
	display: block;
}
.kh_input input{
	width: 300px;
	height: 60px;
	border: #e5e5e5 1px solid;
	font-size: 16px;
	color: #999;
	padding: 0 25px;
	outline: none;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}
.kf_text{
	width: 100%;
	height: 280px;
	margin-top: 30px;
}
.kf_text textarea{
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: #e5e5e5 1px solid;
	padding: 20px 30px;
	font-size: 16px;
	color: #999;
	resize:none;
}
.kf_but{
	width: 140px;
	height: 50px;
	background: #ab1e24;
	font-size: 16px;
	color: #fff;
	border: 0;
	margin-top: 60px;
	outline: none;
}
.khfw_faq{
	width: 100%;
}
.khfw_faq ul{
	width: 100%;
	margin-top: 25px;
}
.khfw_faq ul li{
	width: 100%;
	padding: 40px 0;
	border-bottom: #eeeeee 2px dashed;
}
.khfw_faq ul li h1{
	font-size: 16px;
	color: #ab1e24;
	font-weight: normal;
}
.khfw_faq ul li p{
	font-size: 14px;
	color: #666;
	margin-top: 25px;
	line-height: 1.2em;
}
.list_news{
	width: 100%;
}
.list_news ul{
	width: 100%;
	margin-top: 25px;
}
.list_news ul li{
	width: 100%;
	padding: 24px 0;
	border-bottom:#eeeeee 1px solid; 
}
.list_news ul li a{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0;
}
.news_le{
	width: 145px;
	height: 96px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.news_le img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.news_mid{
	width: 705px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	padding-left: 23px;
	padding-right: 83px;
}
.news_mid h1{
	font-size: 16px;
	color: #333;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	-webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.news_mid p{
	font-size: 14px;
	color: #666;
	height: 60px;
	line-height: 30px;
	margin-top: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 2;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */
}
.news_ri{
	width: 88px;
	height: 80px;
	margin-left: 2px;
	background: #f5f5f5;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999;
	text-align: center;
	padding-top: 16px;
	-webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.news_ri b{
	font-size: 30px;
	color: #999;
	display:block;
	font-weight: normal;
	padding-top: 5px;
	-webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.list_news ul li:hover .news_le img{
	transform:scale(1.1) ;
	-ms-transform:scale(1.1); 	/* IE 9 */
	-moz-transform:scale(1.1); 	/* Firefox */
	-webkit-transform:scale(1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1);
	-webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.list_news ul li:hover .news_mid h1{
	color: #AB1F24;
	-webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.list_news ul li:hover .news_ri{
	color: #fff;
	background: #AB1E24;
	-webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.list_news ul li:hover .news_ri b{
	color: #fff;
	-webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.news_tit{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
	border-bottom: #f4f4f4 1px solid;
}
.news_tit h1{
	font-size: 24px;
	color: #AB1E24;
	line-height: 1.2em;
}
.news_tit p{
	font-size: 14px;
	color: #666;
	margin-top: 30px;
}
.news_tit p span{
	padding: 0 34px;
}
.news_text{
	padding: 36px 0;
	font-size: 14px;
	color: #666;
	line-height: 2em;
}
.news_text img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news_bottom{
	width: 100%;
	border-top: #f4f4f4 1px solid;
	font-size: 0;
	padding-top: 30px;
	padding-bottom: 100px;
}
.news_bottom p{
	width: 50%;
	font-size: 14px;
	color: #666666;
	display: inline-block;
	vertical-align:middle;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
}
.news_bottom p:first-child{
	text-align: left;
}
.news_bottom p a{
	color: #666666;
}
.news_bottom p a:hover{
	color: #AB1F24;
}
.proxqA{
	width: 100%;
	margin-top: 64px;
}
.proxqA_img{
	width: 340px;
	height: 340px;
	display: table;
	border: #eeeeee 1px solid;
}
.proxqA_img p{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.proxqA_img p img{
	display: block;
	margin: 0 auto;
	max-width:100%;
}
.proxqA_text{
	width: 540px;
}
.proxqA_text h1{
	font-weight: normal;
	font-size: 24px;
	color: #ab1e24;
	padding-bottom: 30px;
	border-bottom: #eeeeee 1px solid;
}
.proxqA_text ul{
	width: 100%;
}
.proxqA_text ul li{
	margin-top: 35px;
	width: 100%;
	font-size: 16px;
	color: #666;
}
.proxqA_text ul li>b{
	color: #333;
	font-weight: normal;
}
.proxqAwd{
	width: 100%;
	font-size: 0;
}
.proxqAwd p{
	width: 33.3333%;
	font-size: 16px;
	color: #666;
	display: inline-block;
	vertical-align: top;
}
.proxqAwd p:last-child{
	text-align: right;
}
.proxqAwd p>span{
	color: #333;
}
.proxqB{
	width: 100%;
	margin-top: 50px;
}
.proxqB_tab{
	width: 100%;
	height: 60px;
	background: #f5f5f5;
	border: #eeeeee 1px solid;
}
.proxqB_tab span{
	height: 100%;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 40px;
	color: #333;
	font-size: 18px;
	cursor: pointer;
}
.proxqB_tab span.on{
	background: #fff;
	font-size: 18px;
	color: #AB1F24;
	position: relative;
}
.proxqB_tab span.on:after{
	content: "";
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.proxqB_box{
	display: none;
	min-height: 500px;
	padding: 30px 0;
}
.proxqB_boxtext{
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 2em;
}
.proxqB_boxtext img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.pro_canshu{
	width: 100%;
	margin-bottom: 80px;
}
.pro_canshu table{
	width: 100%;
	display: block;
	border: #e5e5e5 1px solid;
	text-align: center;
}
.pro_canshu tbody{
	display: block;
	width: 100%;
} 
.pro_canshu table tr{
	display: block;
	height: 65px;
	width: 100%;
	border-bottom: #e5e5e5 1px solid;
}
.pro_canshu table tr:last-child{
	border-bottom: 0;
}
.pro_canshu table tr th{
	background: #AB1E24;
	font-weight: normal;
	height: 65px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.pro_canshu table tr td{
	height: 65px;
	border-left: #e5e5e5 1px solid;
	font-size: 14px;
	color: #666;
}
.pro_canshu table tr:nth-child(2n-1){
    background-color: #f5f5f5
}
.zizhi_hh{
	width: 100%;
	background: url(../images/zbg.png) center bottom no-repeat;
	background-size: 100% auto;
	margin-top: 13px;
}
.zizhi_hh ul{
	width: 100%;
	font-size: 0;
	padding-bottom: 70px;
	padding-left: 67px;
}
.zizhi_hh ul li{
	width: 247px;
	height: 247px;
	display: inline-block;
    vertical-align: middle;
    margin: 0 16px;
}
.zizhi_hh ul li div{
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}
.zizhi_hh ul li p{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
}
.zizhi_hh ul li img{
	max-width: 100%;
	max-height:247px;
	display: block;
	margin: 0 auto;
	
}
/*3.29*/
.yj_zhanshi{
	width: 980px;
}
.yj_zhanshi ul{
	width: 100%;
	font-size: 0;
}
.yj_zhanshi ul li{
	width: 295px;
	height: 400px;
	margin-right: 28px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 38px;
	background: #f5f5f5;
	border: #eeeeee 1px solid;
}
.yj_zhanshi ul li img{
	width:100%;
	display: block;
	margin: 0 auto;
}